Dispute

@Serializable
data class Dispute(val status: DisputeStatus, val pgDisputeId: String? = null, val reason: String, val createdAt: @Serializable(with = InstantSerializer::class) Instant, val resolvedAt: @Serializable(with = InstantSerializer::class) Instant? = null)

분쟁 내역

Constructors

Link copied to clipboard
constructor(status: DisputeStatus, pgDisputeId: String? = null, reason: String, createdAt: @Serializable(with = InstantSerializer::class) Instant, resolvedAt: @Serializable(with = InstantSerializer::class) Instant? = null)

Properties

Link copied to clipboard
val createdAt: @Serializable(with = InstantSerializer::class) Instant

분쟁 발생 시각

Link copied to clipboard
val pgDisputeId: String? = null

PG사 분쟁 아이디

Link copied to clipboard

분쟁 사유

Link copied to clipboard
val resolvedAt: @Serializable(with = InstantSerializer::class) Instant? = null

분쟁 해소 시각

Link copied to clipboard

분쟁 상태